Platform Explorer / Nuxeo Platform LTS 2019 10.10

Extension point blobPostProcessor

Documentation

Allows to contribute post processor to preview blobs after they got retrieved.

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.preview.adapter.BlobPostProcessorDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-annot-gwt-10.10.jar /OSGI-INF/preview-adapter-contrib.xml
    <extension point="blobPostProcessor" target="org.nuxeo.ecm.platform.preview.adapter.PreviewAdapterManagerComponent">
        <blobPostProcessor class="org.nuxeo.ecm.platform.annotations.preview.AnnotationBlobPostProcessor"/>
      </extension>